Search Engine Optimization Test Answer

Search Engine Optimization Test

{Syllabus of the odesk Test answer


[ The Search Engines Industry

Google Search Technology

SEO Techniques

Search Engines and Directories

Link Popularity and Linking Strategies

Keyword Selection and Optimization Strategies

Working with Meta Tags ]
_____________________XXXXXXXXXXXX___________________________

 Question:
 Implementing a 301 Permanent Redirects on the old pages to redirect to the new pages is a good idea from the SEO perspective.

a.
True
b.
False


 Question:
Cloaking is a controversial SEO technique. What does it involve?

a.
Increasing the keyword density on the web pages
b.
Offering a different set of web pages to the search engines
c.
Hiding the keywords within the webpage
d.
Creating multiple pages and hiding them from the website visitors

___________________________XXXXXXXXXXXX____________________________

 Question:
Which of the following statements is correct with regard to natural links?

a.
They are two way links (reciprocal links)
b.
They are from authority websites
c.
They are voluntary in nature
d.
They are from .edu or .gov extension websites

_______________________XXXXXXXXXXX__________________________________

 Question:
What is the function of "indexer" part of the Google search engine?

a.
It helps to retrieve web pages from the world wide web
b.
It helps to gather information from other search engines
c.
It helps to sort the documents that Google has retrieved
d.
It helps to generate meaningful results based upon the user's search term

___________________________XXXXXXXXXXXX____________________

 Question:
Which of the following statements regarding website content are correct?

a.
If you have two versions of a document on your website, Google recommends that you only allow the indexing of the better version
b.
Linking to a page inconsistently does not affect the way Google views the page/s. Examples of inconsistent linking could be http://www.expertrating.com/page/ and http://www.expertrating.com/page and http://www.expertrating.com/page/index.htm
c.
Syndicating your content could lead to Google viewing the material as duplicate
d.
Placeholders for pages which do not have content are never viewed as duplicate content by Google

_______________________XXXXXXXXXXXX_________________________

 Question:
Which of the following can be termed as good keyword selection and placement strategies?

a.
Targeting synonyms of the main keyword
b.
Targeting the highest searched keywords only
c.
Copying competitor keywords
d.
Optimizing five or more keywords per page

___________________________XXXXXXXXX__________________________________

 Question:
_________ is usually the best web page to get linked to while receiving a themed in-bound link from another website.

a.
The sitemap
b.
The contact page
c.
The home page
d.
The page which you would like to improve in the search engine rankings

___________________________XXXXXXXX______________________

 Question:
Which of the following statements about FFA pages are true?

a.
They are greatly beneficial to SEO
b.
They are also called link farms
c.
They are paid listings
d.
They contain numerous inbound links

___________________________XXXXXXX_________________________

 Question:
Search engines do not index some common words (such as "or", "and", "when", and "in") within the webpage. What are these common words called?

a.
Barrier words
b.
Non-indexable words
c.
Slow words
d.
Stop words

_______________________XXXXXXXXXX_______________________________

 Question:
How are site maps important for the search engine optimization process?

a.
Site maps help the search engine editorial staff to quickly go through a website, hence ensuring quicker placement
b.
Google gives credit to the websites having site maps. The GoogleBot looks for the keyword or title "Site Map" on the home page of a website.
c.
Site maps help the search engine spider pick up more pages from the website
d.
None of the above

_____________________________XXXXXXX____________________________

 Question:
The following robots meta tag directs the search engine bots:

<META NAME="robots" CONTENT="noindex,nofollow">

a.
Not to index the homepage and not to follow the links in the page
b.
Not to index the page and not to follow the links in the page
c.
To index the page and not to follow the links in the page
d.
Not to index the page but to follow the links in the page

_______________________________XXXXXXX_____________________________

 Question:
What is the term for Optimization strategies that are in an unknown area of reputability/validity?

a.
Red hat techniques
b.
Silver hat techniques
c.
Grey hat techniques
d.
Shady hat techniques

 _____________________________XXXXXXXXXXX____________________________
 Question:
Which of the following website design guidelines have been recommended by Google?

a.
Having a clear hierarchy and text links
b.
Every page should be reachable from at least one static text link
c.
If the site map is larger than 100 or so links, you should break the site map into separate pages
d.
Keeping the links on a given page to a reasonable number (fewer than 100)
e.
Use less than 30 images or graphics per page
_______________________XXXXXXXX__________________________

What is Keyword Density?

a.
The number of times the keyword is used / (DIVIDED BY) the total word count on page - (MINUS)the total words in HTML on the page
b.
The number of times the keyword is used X (MULTIPLIED BY) the total word count on page
c.
The number of times the keyword is used in the page description
d.
The number of times the keyword is used in the page title
e.
The number of times the keyword is used / (DIVIDED BY) the total word count on the page

 ___________________________XXXXX________________________

 Question:
What is the name of the search engine technology due to which a query for the word 'actor' will also show search results for related words such as actress, acting or act?

a.
Spreading
b.
Dilating
c.
RSD (real time synonym detection)
d.
Stemming
e.
Branching

___________________________XXXXX_________________________________

 Question:
10 people do a web search. In response, they see links to a variety of web pages. Three of the 10 people choose one particular link. That link then has a __________ click through rate.

a.
less than 30%
b.
30 percent
c.
more than 30%
 
Odesk PHP 5 test answers

Quick links

ODesk php 5 test answers ,  

HTML 4.01 Test ,  

Search Engine Optimization Test

 

oDesk PHP 5 test answers
What is true regarding this code?
setcookie will return true
Question:
Which of the following is not a correct way of printing text in php5?
echo "Plain text";
Question:
Which of the following is not the correct way of starting a session?
session_initiate()
                                                                                                                      
Question:
Which of the following functions do you need to implement HTTP Basic Authentication?
None of the above
Question:
Which of the following Command Line Interface constant is not defined in the CLI SAPI?
STDPRT
Question:
Which of the following statements is correct with regard to final and abstract?
a. An abstract class cannot have final methods
Question:
Which composite data types are supported by php?
Array
Question:
The default value of register_globals in PHP is:
Off
Question:
Which of the following is not a valid PHP connection status?
 open
Question:
Choose the correct statement:
include() includes and evaluates a specific file


require_once() includes and evaluates a specific file only if it has not been included before

Question:
If the session_cache_expire() is not set, then by default the session cache will expire after:
3 hrs
Question:
What will be the output of the following script?
$count=50;
function Argument()
{
$count++;
echo $count;
}
Argument();
?>
 It will print 1
Question:
State whether True or False

Paamayim Nekudotayim operator allows access only to the static members of a class?
True
Question:
Which of the following statements is true with regard to comparisons in PHP5?
With (===) operator, object variables are identical if and only if they refer to the same instance of the same class.
Question:
Which of the following built-in function assist in checking if actually the function exists or not?


function_exists

 Question:
What will be the output of the following code?
$a = 0.0;
for ($i = 0; $i < a ="="">
1
Question:
What will be the output of the following code?
$i=4;
$j=30;
$k=0;
$k=$j++/$i++;
echo $i . " " . $j . " " . $k . " ";
5 31 7.5
Question:
Which of the following is a not a correct way of commenting in php?
/#PHP Comment
Question:
Following is a php code block:
$m=9;
$n=99;
$z=8;
$z=$n++/$m++ + --$z;
echo $z;
what will be the output?
18
Question:
Which of the following is the correct way of specifying default value?
function GetDiscount($Type = "Special") { . . . }
Question:
With reference to the following php script:
print 'Text Line1'
print 'Text Line2'
?>
What will be the output on running the script?
Error message will be printed

Question:
What will be the ouput of the following code?
for ($i = 0; $i < i ="="">
0134
Question:
Late PHP versions support remote file accessing for the functions:
include_once()
require_once()
both of them
Question:
You have designed a user login form as follows:
User Name: 
Password: 
How can you access the username entered by the user in the 'Validate.php' webpage?
a. $var= $_POST['username'];
b. $var= $_REQUEST['username'];
c. import_request_variables('p', 'p_');
$var= $p_username;
Both of them
Question:
Which of the following does not represent logical AND operator in PHP?
&amp
Question:
Which of the following is not true for a persistent connection?
These can't be converted to non-persistent connections
Question:
Which of the following are invalid data types in PHP?
char
Question:
The Manager and Office classes are as follows:
class Manager{
function printName() {
echo "Manager";
}
}
class Office{
function getManager() {
return new Manager();
}
}
$ofc = new Office();
???
?>
Which of the following should replace '???' to obtain the value of printName() function?
$ofc->getManager()->printName();
Question:                                                              
The classes are defined as follows:abstract class BaseCls{
protected abstract function getName();
}
class ChildCls extends BaseCls{
}
Which of the following implementations of getName() is invalid in ChildCls?
 public function getName(){}
Question:
Which of the following variable declarations within a class is invalid in PHP5?
var $term =3;
Question:
What will be the output of following code?
$arr = "a";
$arr[0]="b";
echo $arr;
echo $arr[0];
bb
Question:
For the following code:
the output will be:
171
Question:
What is the result of the following expression?
5+2 * 4+6

Question:
What will be the output of following code?
$var = 1 + "-1.3e3";
echo $var;
-1299
Question:
What will be the output of following code?
$var1="a";
$$var1="b";
echo "$var1 $a";
a b
Question:What is the output of the following code?
$a = 500;
$b = 200;
echo $a % 2
* $b;
?>
0
Question:
What will be the ouput of the following code?
if (-1)
print "true";
else
print "false";
?>
true
Question:
What will be the output of the following code?
echo 12 . 6;
126
Question:
Consider the following sample code:
$x = 0xFFFE;
$y = 2;
$z = $x && $y;
What will be the value of $z?
1 
ORANGE IS THE ANSWERS

Find the answer here